Determines whether queued jobs will be resubmitted on restart of the adTempus service.
__property VARIANT_BOOL ResubmitQueuedOnRestart;
VARIANT_BOOL ResubmitQueuedOnRestart;
Property ResubmitQueuedOnRestart() As VARIANT_BOOL
true
If this option is True, any jobs that were queued (awaiting execution, i.e., the jobs had been triggered and were waiting for an available execution slot) when the adTempus service was last shut down will be resubmitted to the queue for execution when the service starts. If this option is False, the jobs will not be resubmitted.
adTempus API Reference version 3.0.0.0, revised 10/30/2008
|